Q3ReceiveShadowsStyle_Submit
You can use theQ3ReceiveShadowsStyle_Submit
function to submit a shadow-receiving style in immediate mode.
TQ3Status Q3ReceiveShadowsStyle_Submit ( TQ3Boolean receives, TQ3ViewObject view);
receives
- A Boolean value that determines whether objects in the scene receive shadows (
kQ3True
) or do not receive shadows (kQ3False
).view
- A view.
DESCRIPTION
TheQ3ReceiveShadowsStyle_Submit
function sets the shadow-receiving style of the view specified by theview
parameter to the style specified by thereceives
parameter.SPECIAL CONSIDERATIONS
You should callQ3ReceiveShadowsStyle_Submit
only in a submitting loop.